Installation and Setup
Installation
To install the Barikoi GL library for high-performance map rendering, run the following command in your project folder:
- npm
- yarn
- pnpm
- bun
- deno
Just run this:
npm install bkoi-gl
Just run this:
yarn add bkoi-gl
Just run this:
pnpm create bkoi-gl
Just run this:
bun create bkoi-gl
Just run this:
deno run -A npm:bkoi-gl
Importing the Package
Once the package is installed, you need to import it into your component. Additionally, don't forget to include the CSS file for proper styling.
import "bkoi-gl/dist/style/bkoi-gl.css"; // Import CSS for proper map styling